home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / whatsm / about.frm next >
Text File  |  1996-06-12  |  5KB  |  138 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About What's My Number?"
  5.    ClientHeight    =   6180
  6.    ClientLeft      =   1110
  7.    ClientTop       =   795
  8.    ClientWidth     =   7590
  9.    Height          =   6585
  10.    Left            =   1050
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form4"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   6180
  16.    ScaleWidth      =   7590
  17.    Top             =   450
  18.    Width           =   7710
  19.    Begin CommandButton Command1 
  20.       Caption         =   "íMuchas gracias!"
  21.       Default         =   -1  'True
  22.       Height          =   555
  23.       Left            =   3000
  24.       TabIndex        =   4
  25.       Top             =   5520
  26.       Width           =   1815
  27.    End
  28.    Begin PictureBox Picture1 
  29.       Height          =   1035
  30.       Left            =   240
  31.       Picture         =   ABOUT.FRX:0000
  32.       ScaleHeight     =   1005
  33.       ScaleWidth      =   1905
  34.       TabIndex        =   0
  35.       Top             =   240
  36.       Width           =   1935
  37.    End
  38.    Begin Label Label9 
  39.       Caption         =   "I can also be reached at The Fine Blue Line BBS at (203) 226-3565. I want to hear from you, so please keep in touch!"
  40.       Height          =   435
  41.       Left            =   180
  42.       TabIndex        =   9
  43.       Top             =   4920
  44.       Width           =   7035
  45.    End
  46.    Begin Label Label4 
  47.       Caption         =   "Questions and/or comments and/or suggestions about What's My Number? or any other Jon Persky Games are greatly welcome and can be sent via CompuServe E-mail [70661,700] or the slow way to the address above."
  48.       Height          =   615
  49.       Left            =   180
  50.       TabIndex        =   5
  51.       Top             =   4320
  52.       Width           =   7035
  53.    End
  54.    Begin Label Label3 
  55.       Caption         =   "This program may be distributed freely as long as it contains the files WHATSMY#.EXE and WHATSMYN.TXT intact and unaltered. ⌐1992, Jonathan D. Persky."
  56.       Height          =   435
  57.       Left            =   60
  58.       TabIndex        =   3
  59.       Top             =   3780
  60.       Width           =   7425
  61.    End
  62.    Begin Label Label7 
  63.       Caption         =   "If you are a member of CompuServe, registration is even easier. You can GO SWREG and send the registration fee automatically to ID #253. (I must ask that you include an extra $1 (total $6) to defray CompuServe's 15% processing fee.)"
  64.       Height          =   615
  65.       Left            =   180
  66.       TabIndex        =   10
  67.       Top             =   3060
  68.       Width           =   7035
  69.    End
  70.    Begin Label Label5 
  71.       Caption         =   "What's My Number? is Shareware. If you enjoy it, please send $5 to: Jon Persky, 5 Oak Lane, Weston, CT 06883. You'll receive a complete set of the latest versions of all completed Jon Persky Games (please specify 3.5"" or 5.25"" disk.)"
  72.       Height          =   615
  73.       Left            =   180
  74.       TabIndex        =   6
  75.       Top             =   2340
  76.       Width           =   7035
  77.    End
  78.    Begin Label Label6 
  79.       Caption         =   "I am 14 years old and relatively new to Visual Basic. Hope you like my stuff!"
  80.       Height          =   255
  81.       Left            =   300
  82.       TabIndex        =   7
  83.       Top             =   1980
  84.       Visible         =   0   'False
  85.       Width           =   6555
  86.    End
  87.    Begin Label Label8 
  88.       Caption         =   "Jonathan D. Persky"
  89.       FontBold        =   -1  'True
  90.       FontItalic      =   0   'False
  91.       FontName        =   "MS Sans Serif"
  92.       FontSize        =   8.25
  93.       FontStrikethru  =   0   'False
  94.       FontUnderline   =   -1  'True
  95.       ForeColor       =   &H00008000&
  96.       Height          =   255
  97.       Left            =   4920
  98.       TabIndex        =   8
  99.       Top             =   1440
  100.       Width           =   1755
  101.    End
  102.    Begin Label Label2 
  103.       Caption         =   "#1 in a series of games for Windows 3.x. Created by  on Microsoft Visual Basic v.1.0."
  104.       Height          =   435
  105.       Left            =   420
  106.       TabIndex        =   2
  107.       Top             =   1440
  108.       Width           =   4530
  109.    End
  110.    Begin Label Label1 
  111.       Alignment       =   2  'Center
  112.       Caption         =   "Jon Persky Games Presents WHAT'S MY NUMBER? v. 3.0"
  113.       FontBold        =   -1  'True
  114.       FontItalic      =   0   'False
  115.       FontName        =   "Times New Roman"
  116.       FontSize        =   18
  117.       FontStrikethru  =   0   'False
  118.       FontUnderline   =   0   'False
  119.       Height          =   795
  120.       Left            =   2340
  121.       TabIndex        =   1
  122.       Top             =   360
  123.       Width           =   4935
  124.    End
  125. End
  126. Sub Command1_Click ()
  127. Unload about
  128. End Sub
  129.  
  130. Sub Label7_Click ()
  131. label6.visible = -1
  132. End Sub
  133.  
  134. Sub Label8_Click ()
  135. label6.visible = -1
  136. End Sub
  137.  
  138.